Vcenter NamespaceManagement Supervisors Metrics HttpRemoteEndpointSetSpec
The Vcenter NamespaceManagement Supervisors Metrics HttpRemoteEndpointUpdateSpec schema is used to fully replace the Supervisor configuration for sending metrics to a remote endpoint in a HTTP message.
This schema was added in vSphere API 9.0.0.0.
{
"url": "string",
"tls_client_config": {
"certificate_authority_chain": "string",
"client_certificate": "string",
"client_private_key": "string"
},
"http_headers": [
{
"name": "string",
"value": "string"
}
]
}
URL of the remote endpoint where Supervisor should send metrics. This can be an HTTP or HTTPS URL, following the format http(s)://server.com/path/to/metrics.
This property was added in vSphere API 9.0.0.0.
TLS client configuration information used by Supervisor for sending metrics to a remote endpoint.
This property was added in vSphere API 9.0.0.0.
If missing or null
, Supervisor will not use TLS communication with the remote endpoint when sending metrics.
HTTP headers to be added when the Supervisor sends metrics to the remote endpoint.
This property was added in vSphere API 9.0.0.0.
If missing or null
, no HTTP headers will be added when sending metrics to the remote endpoint.